ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ScatterMapLayer<T> Class / SymbolSize Property

In This Topic
    SymbolSize Property (ScatterMapLayer<T>)
    In This Topic
    Gets or sets the symbol size for rendering GeoJSON points/multi-points.
    Syntax
    'Declaration
     
    
    Public Property SymbolSize As Integer
    public int SymbolSize {get; set;}
    See Also